How to Install d52 software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install d52 software package in Ubuntu 14.04 LTS (Trusty Tahr)

d52 software package provides Disassembler for 8052, 8048/8041, and Z80/8080/8085 code, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install d52 

d52 is installed in your system.

Make ensure the d52 package were installed using the commands given below,

$ sudo dpkg-query -l | grep d52 *

You will get with d52 package name, version, architecture and description in a table

d52 package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package d52
Version 3.4.1-1.1
Description Disassembler for 8052, 8048/8041, and Z80/8080/8085 code
Sub Section devel


See Also, How to uninstall or remove d52 software package from Ubuntu 14.04 LTS (Trusty Tahr)?